home *** CD-ROM | disk | FTP | other *** search
/ Max Calendar 2002 / Max Calendar 2002.iso / pc / Data_2 / intro_2.dxr / 00061_Rollover Oneil.ls < prev    next >
Encoding:
Text File  |  2001-10-17  |  617 b   |  24 lines

  1. on exitFrame
  2.   if sprite(40).movieTime < sprite(40).duration then
  3.     ImpostaCursori()
  4.     channel = rollover()
  5.     repeat with canale = 2 to 9
  6.       if channel = canale then
  7.         if the puppet of sprite canale = 0 then
  8.           puppetSprite(canale, 1)
  9.           Temp = the number of member (the name of member the memberNum of sprite canale & "ACC")
  10.           if Temp > 0 then
  11.             set the memberNum of sprite canale to Temp
  12.           end if
  13.         end if
  14.         next repeat
  15.       end if
  16.       puppetSprite(canale, 0)
  17.     end repeat
  18.     updateStage()
  19.     go(the frame)
  20.   else
  21.     play done
  22.   end if
  23. end
  24.